Using ssh to upgrade wordpress plugins

Using ftp to upgrade wordpress plugins is not a safe way: you will need to open the ftp port and have a ftpd daemon just for upgrading wordpress. So instead we use ssh to help us upgrade wordpress plugins, first you will have php with ssh2 supported: [crayon-66416245c4f85310580284/] Next, login in the wordpress user account … Continue reading Using ssh to upgrade wordpress plugins